home *** CD-ROM | disk | FTP | other *** search
/ Webster's Millennium Amer…Sign Language Dictionary / ASL.ISO / mac / SKILLS.dir / 00048_Script_SK category clk script < prev    next >
Text File  |  2001-09-05  |  446b  |  22 lines

  1. on mouseDown
  2.   global gGameCat,gDataSource
  3.   
  4.   --put "In the SK Category Button Script"
  5.   
  6.   if the mouseDown then
  7.     initCatPopUp
  8.     set gGameCat = putItem()  
  9.     --set the visible of sprite 38 = false
  10.     
  11.     if not (gGameCat = "") then set gDataSource = "category"
  12.     else set gDataSource = ""
  13.     
  14.     closePop
  15.     
  16.   end if
  17.   
  18.   puppetSprite 17, 0
  19.   
  20.   --put "Out of the SK Category Button Script"
  21.   
  22. end mouseDown